CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - prime number

搜索资源列表

  1. asil_egemen_findPrimesParallel.c

    0下载:
  2. MPI Efficient Finding Prime
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1782
    • 提供者:mehmet hakki
  1. Prime

    0下载:
  2. 输入一个整数数据并求大于该数据的的最小素数-Enter an integer data and the data request is greater than the smallest prime number
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1175
    • 提供者:冯海荣
  1. prime

    0下载:
  2. 实现两个四位素数之间的转换,每次变一位数 中间过程都是素数 要几次-Between the two prime numbers to achieve the conversion of four, each time varying the number of intermediate process is a prime number to be several times
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:591
    • 提供者:
  1. prime

    0下载:
  2. 判断数字是否是质数,很好用的,对于小学生来说!-Determine whether the number is a prime number, the good, is for students!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:182616
    • 提供者:马越
  1. ZHISHU

    0下载:
  2. 从键盘输入(0-65535)的一个十进制数并且输出小于它的所有素数-From the keyboard input (0-65535) and the output of a decimal number less than all of its prime
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:808
    • 提供者:张小丫
  1. prime-number-1

    0下载:
  2. 素数填表问题 素数填表问题 素数填表问题 素数填表问题-Problems filling prime prime prime problem filling filling filling prime problem problems problem filling prime prime prime problem filling filling problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:219378
    • 提供者:ilove
  1. Prime-

    0下载:
  2. 提供判断是否为素数的三种常用方法,其基本思想是用该数分别处以比其小的所有数,若只能1和其本身除尽则为素数;否则不是-Provided for the prime numbers to determine whether three commonly used methods, the basic idea is fine with the respectively smaller than the number of all, if only divisible by 1 and compare
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:753
    • 提供者:zhai
  1. judge-prime-number

    0下载:
  2. 利用labview中的公式节点,实现判断素数的功能。-Labview using the formula node to achieve the function to determine the prime numbers.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:5010
    • 提供者:meilin
  1. HNU-12043-Prime-NumberAgain

    0下载:
  2. HNU 12043 的源代码。 核心代码为快速筛选素数-HNU 12043 source code. Rapid screening of the core code for the prime number
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:629
    • 提供者:晓天
  1. prime

    0下载:
  2. PRIME NUMBER PROGRAM GENERATION
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:9720
    • 提供者:abc321cruz
  1. Large-prime

    0下载:
  2. 在密码学中,大素数分解是一个难题,同样大素数的生成在素性检测中也是一个难点,本文主要围绕这个中心点展开-In cryptography, a large prime number decomposition is a problem, as the generation of large prime numbers primality testing is also in a difficult, this paper started around this central point
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:3478
    • 提供者:拈龙刺穹
  1. Prime

    0下载:
  2. This a Program that computes nth Prime number-This is a Program that computes nth Prime number
  3. 所属分类:Algorithm

  1. Prime-judgment

    0下载:
  2. Prime judgment , you can get an integer jugded if it is an prime number after you put it in.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1875
    • 提供者:吴森
  1. prime-test

    0下载:
  2. 素数测试问题(Monte Carlo算法) 求am(mod n)的算法(m≤n) 设m的二进制表示为bkbk-1…b1b0(bk=1,且k≈log2m)。 例:m=41=101001(2),bkbk-1…b1b0=101001,(k=5)。 求am可以用下述方法:初始C←1。 -Prime number test problem ( Monte Carlo algorithm) Seek am ( MOD n ) algorithm ( M = n) A
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:34443
    • 提供者:viola
  1. Prime-number-generation

    0下载:
  2. 使用分段筛法,产生一定数值以内的所有素数。-use Segmented sieve method to Generate all prime numbers within a certain range of values
  3. 所属分类:Algorithm

    • 发布日期:2017-06-11
    • 文件大小:18716370
    • 提供者:杨丰
  1. is-it-prime

    0下载:
  2. 判断一个数是否是素数的小程序,经过编译即可使用-Determine if a number is prime number of small programs compiled can be used
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3754776
    • 提供者:laoduantou
  1. Prime-number-program-in-c-language

    0下载:
  2. this program is to check the number is prime or not
  3. 所属分类:Compiler program

    • 发布日期:2017-11-05
    • 文件大小:10006
    • 提供者:anish
  1. prime

    0下载:
  2. 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 */ -Determine 101-200 between the number of primes, and output of all primes. A program analysis: judgment Primes: respectively removed by a number of 2 to s
  3. 所属分类:Applet

    • 发布日期:2017-12-09
    • 文件大小:9781
    • 提供者:lxt
  1. Number

    0下载:
  2. 一个可以从指定范围内,找出质数于非质数的小程序-One can start with the specified range, identify the number on the non-prime number small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2143
    • 提供者:卢德成
  1. Quick-Prime

    0下载:
  2. Quick Prime number finding. for 32 unsigned integers. Helpful for Bucket initialization with ATL classes like maps.-Quick Prime number finding. for 32 unsigned integers. Helpful for Bucket initialization with ATL classes like maps.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1869
    • 提供者:Rick Zacharias
« 1 2 34 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com